(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/dos.h>
struct DosList * NextDosEntry()
SYNOPSIS
struct DosList * dlist
ULONG flags

LOCATION
In DOSBase at offset 115
FUNCTION
Looks for the next dos list entry with the right type. The list must be locked for this.

INPUTS
dlist
the value given by LockDosList() or the last call to FindDosEntry().
flags
the same flags as given to LockDosList() or a subset of them.
RESULT
Pointer to dos list entry found or NULL if the are no more entries.

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column

05.12.1996 aros
Initial revision